{% extends "trees/base.html" %} {% block title %}Who owns this {{ asset_type }}? - JM3{% endblock %} {% block content %}

Who owns this {% if asset_type == 'tree' %}tree{% else %}nursery{% endif %}?

This helps organize your assets in the right context.

{% csrf_token %}
{% for value, label in options %} {% endfor %}
{% endblock %} {% block extra_js %}{% endblock %}